Skip to content

chore: sync deployment-operator CRDs#785

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
crd-sync-2026-07-15
Open

chore: sync deployment-operator CRDs#785
github-actions[bot] wants to merge 1 commit into
mainfrom
crd-sync-2026-07-15

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated pull request to sync deployment-operator CRDs from console.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 15, 2026
@github-actions github-actions Bot requested a review from a team as a code owner July 15, 2026 00:36
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 15, 2026
@greptile-apps

greptile-apps Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This automated PR syncs the AgentRuntime CRD from the console, adding a single new optional field agentTTL to the spec. No breaking changes are introduced since the field is optional with a documented default.

  • Adds agentTTL (type: string) to the AgentRuntime spec to configure the maximum lifetime for agent run pods; when omitted, a default of 12 hours is applied.

Confidence Score: 5/5

Safe to merge — adds one backward-compatible optional field to a CRD with no schema breaking changes.

The change is a single additive, optional field in a CRD YAML. Existing resources without the field continue to behave as before (the description documents a 12-hour default), and no existing fields are modified or removed.

No files require special attention.

Important Files Changed

Filename Overview
charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml Adds optional agentTTL field (type: string) to the AgentRuntime CRD spec, configuring the maximum lifetime for agent run pods with a default of 12 hours when unset.

Reviews (1): Last reviewed commit: "chore: sync deployment-operator CRDs" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant